3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
Figure 5 shows a polyline.
A polyline is a collection of n lines defined by the n +1 points that define the vertices of its segments. For 1£ i £ n -1, the second vertex of the ith line is the first vertex of the i +1st line; the n +1st vertex of a polyline is not connected to the first. Attributes may be assigned separately to each vertex and to each segment of a polyline as well as to the entire polyline.
Attribute set, geometry attribute set list, vertex attribute set list. Use a vertex attribute set list to assign attribute sets to as many vertices as desired; use a geometry attribute set list to assign attribute sets to as many segments as desired. Use an attribute set to assign attributes to the entire polyline.
Previous | QD3D Book | Overview | Chapter Contents | Next |